Dune does not have beacon chain data yet. This table introduces the action of withdrawing from the beacon chain only.
How to work with this table
In order to connect deposits and withdrawals, we must identify thevalidator_index
of unique depositors. Since Dune doesn’t have beacon chain data yet, we have to rely on a workaround using a query to obtain a list of valid and active deposits from the Ethereum deposit contract.
This query returns a list of valid and active deposits, which we can use to identify the validator_index
of unique depositors. We can use this query to match the validator_index
of depositors with the validator_index
of withdrawers in the withdrawals table.
The Query is manually maintained and therefore may not always be up to date, but most historical data is available.
LINK TO QUERY
Column Descriptions
Datatypes on Snowflake datashare are different in some cases, read more here.
Table Sample
Examples
Withdrawals per day
Dashboards
https://dune.com/hildobby/eth2-staking https://dune.com/hashed_official/staking-as-a-service- ETH Staking Dashboard - This dashboard provides an overview of the Ethereum 2.0 staking ecosystem. It includes data on the number of validators, the total amount of staked ETH, and the number of deposits and withdrawals.
- Staking as a Service - This dashboard provides a comprehensive overview of the staking-as-a-service ecosystem. It includes data on the number of validators, the total amount of staked ETH, and the number of deposits and withdrawals.